Which variables can be accessed with the ${...} syntax in a Struts tag in a JSP page?
Posted
by Bernhard V
on Stack Overflow
See other posts from Stack Overflow
or by Bernhard V
Published on 2010-04-27T08:09:52Z
Indexed on
2010/04/27
8:13 UTC
Read the original article
Hit count: 341
Hi,
I'm getting a little bit frustrated since I can't find out which variables I can access with the ${...} syntax in a Struts tag, placed in a JSP page.
As an example I've got the following code:
Where does the object "status.menueStatus" have to be defined in order to can be accessed with a dollar sign and braces. Is it defined in another struts tile or in the form?
Whether within our project code nor by Google I can get any help. Your support would be very appreciated.
Thank you. Bernhard
© Stack Overflow or respective owner